05. Quiz: Fragment Basics

Fragment Basics

QUIZ QUESTION::

Match the definition to the correct answer.

ANSWER CHOICES:



Definition

Answer

In a Fragment, you don’t inflate the view in onCreate like in an activity, but instead in this method.

Use this property from within a Fragment to get access to string and image resources.

UI Fragments contain a layout and occupy a place within.

SOLUTION:

Definition

Answer

Use this property from within a Fragment to get access to string and image resources.

In a Fragment, you don’t inflate the view in onCreate like in an activity, but instead in this method.

UI Fragments contain a layout and occupy a place within.